home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung / Power-Programmierung (Tewi)(1994).iso / magazine / nan_news / toolkit / pat4.doc < prev    next >
Text File  |  1991-10-25  |  1KB  |  39 lines

  1. ------------------------------------------------
  2. Nanforum Toolkit v2.0 Patch #4    9/28/91
  3. ------------------------------------------------
  4.  
  5. The FT_PEGS() function had a call to err_msg() with a message that 
  6. was so long it overwrote the message box.  The message was shortened.
  7.  
  8. In order to update your library, just replace PEGS.PRG in your
  9. NFSRC.ZIP with the attached PEGS.PRG (if you downloaded the source
  10. code).
  11.  
  12. Then, you need a library utlitity (LIB.EXE comes with many versions
  13. of DOS, and with most compilers).  If you know what to do, simply
  14. replace the .OBJ module with the new one that is included in
  15. this patch file.  
  16.  
  17. If you don't have a LIB utility, you can find one by going to the MSL 
  18. forum on CompuServe and downloading S12776.ARC.
  19.  
  20. The procedure, for those not sure:
  21.  
  22. 1.  Make a safe copy of NANFOR.LIB.  Hide it away.
  23.  
  24. 2.  Change to the directory where NANFOR.LIB is located.
  25.  
  26. 3.  Put PEGS.OBJ in the same directory as NANFOR.LIB.
  27.  
  28. 4.  Type
  29.         
  30.          LIB NANFOR -+ PEGS;
  31.  
  32. That should do it.  
  33.  
  34. Remember to report all strange stuff in Section 5 on Nanforum! If you
  35. have any problems, please contact me so I can help you get them
  36. fixed.
  37.  
  38. Glenn Scott [71620,1521]
  39.